home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / guidexv / gcc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-14  |  1.7 KB  |  47 lines

  1. /*
  2.  * @(#)gcc.h    2.4 91/10/15 Copyright 1989 Sun Microsystems.
  3.  *
  4.  * This file is a product of Sun Microsystems, Inc. and is provided for
  5.  * unrestricted use provided that this legend is included on all tape
  6.  * media and as a part of the software program in whole or part.  Users
  7.  * may copy or modify this file without charge, but are not authorized to
  8.  * license or distribute it to anyone else except as part of a product
  9.  * or program developed by the user.
  10.  * 
  11.  * THIS FILE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
  12.  * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  13.  * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
  14.  * 
  15.  * This file is provided with no support and without any obligation on the
  16.  * part of Sun Microsystems, Inc. to assist in its use, correction,
  17.  * modification or enhancement.
  18.  * 
  19.  * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
  20.  * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS FILE
  21.  * OR ANY PART THEREOF.
  22.  * 
  23.  * In no event will Sun Microsystems, Inc. be liable for any lost revenue
  24.  * or profits or other special, indirect and consequential damages, even
  25.  * if Sun has been advised of the possibility of such damages.
  26.  * 
  27.  * Sun Microsystems, Inc.
  28.  * 2550 Garcia Avenue
  29.  * Mountain View, California  94043
  30.  */
  31.  
  32. /*
  33.  * GUIDE color chooser support functions.
  34.  */
  35.  
  36. #ifndef guide_gcc_DEFINED
  37. #define guide_gcc_DEFINED
  38.  
  39. #include    <c_varieties.h>
  40.  
  41. EXTERN_FUNCTION( void    gcc_initialize,    (Xv_opaque, char *) );
  42. EXTERN_FUNCTION( void    gcc_activate,    (char *, char *, void (*f), caddr_t, char *) );
  43. EXTERN_FUNCTION( void    gcc_deactivate,    (_VOID_) );
  44. EXTERN_FUNCTION( void    gcc_suspend,    (int) );
  45.  
  46. #endif ~guide_gcc_DEFINED
  47.